home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / tools / analytictools / r3analyticspheretool.js < prev   
Encoding:
Text File  |  2005-04-04  |  729 b   |  27 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/tools/analytictools/r3analyticspheretool.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/windows/r3sphto2.js")
  7. var R3CLID_ANALYTICSPHERETOOL = 1836;
  8.  
  9. R3ANALYTICSPHERETOOLM_ = 1836000;
  10.  
  11. function _R3ANALYTICSPHERETOOLM_() {
  12.   return this.r3Do(R3ANALYTICSPHERETOOLM_, arguments);
  13. }
  14.  
  15. function r3Analyticspheretool () { 
  16.    this.base = r3God;
  17.    if(arguments.length) {
  18.       this.base(R3CLID_ANALYTICSPHERETOOL, arguments);
  19.    }
  20.    // Methods
  21.    this.=_R3ANALYTICSPHERETOOLM_;
  22.  
  23.    // Attributes
  24. }
  25.  
  26. r3Analyticspheretool.prototype=new r3Spheretool2;
  27. // inc/plugins/tools/analytictools/r3analyticspheretool.h_H